Fix dorny/paths-filter pin to include predicate-quantifier in action.yml#1
Merged
huntie merged 1 commit intoexport-D92512983from Feb 9, 2026
Merged
Conversation
The PR originally pinned dorny/paths-filter at de90cc6 (v3.0.2), which introduced the predicate-quantifier feature in source code but forgot to declare it in action.yml. This caused GitHub Actions to emit an "Unexpected input" warning. Update the pin to 209e614, the next commit on master which adds the missing action.yml declaration. https://claude.ai/code/session_01NYUwFsgQFJ9HSuJ44VJvGU
e56d336 to
f73287a
Compare
huntie
pushed a commit
that referenced
this pull request
Apr 20, 2026
…ce node (facebook#56479) Summary: Pull Request resolved: facebook#56479 ## Changelog: [General] [Fixed] - support multiple old pseudo elements for same name but different source node We will need to track multiple old pseudo elements for same name but different source node when doing a series of shared transitions: 1. go from component A to component B (A stays hidden with Activity but not unmounted) 2. go back to A (B unmounted) 3. hide A and show B again A will lose its old pseudo element node, because at #1, B's old pseudo element node overrides A's (since they have the same vt name), and at facebook#2, B's old node gets cleaned up. At facebook#3, since createViewTransitionInstance won't be called for A again (react reconciler assumes the instance is only created once until a component is unmounted), there's no valid old node for A anymore. Reviewed By: sammy-SC Differential Revision: D101237889 fbshipit-source-id: 4f670877e3786f0aa89409c1fd5b9784515bd2c2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The PR originally pinned dorny/paths-filter at de90cc6 (v3.0.2), which
introduced the predicate-quantifier feature in source code but forgot to
declare it in action.yml. This caused GitHub Actions to emit an
"Unexpected input" warning. Update the pin to 209e614, the next commit
on master which adds the missing action.yml declaration.
https://claude.ai/code/session_01NYUwFsgQFJ9HSuJ44VJvGU